Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.user.registration.listener.contrib--listener

This contribution is part of XML component org.nuxeo.ecm.user.registration.listener.contrib inside nuxeo-platform-user-registration-core-9.10.jar /OSGI-INF/user-registration-listener-contrib.xml

Extension Point

Extension point listener of component EventServiceComponent.

Contributed Items

  • <listener async="false" class="org.nuxeo.ecm.user.registration.UserRegistrationListener" name="registrationListener" postCommit="false" priority="140">
          <event>registrationValidated</event>
        </listener>
  • <listener async="false" class="org.nuxeo.ecm.user.registration.RegistrationCleanerListener" name="registrationCleaner" postCommit="false" priority="200">
          <event>documentRemoved</event>
        </listener>

XML Source

<extension point="listener" target="org.nuxeo.ecm.core.event.EventServiceComponent">

	<listener async="false" class="org.nuxeo.ecm.user.registration.UserRegistrationListener" name="registrationListener" postCommit="false" priority="140">
      <event>registrationValidated</event>
    </listener>
    <listener async="false" class="org.nuxeo.ecm.user.registration.RegistrationCleanerListener" name="registrationCleaner" postCommit="false" priority="200">
      <event>documentRemoved</event>
    </listener>

  </extension>